The Mathematical Foundation
We begin with the general heat conduction equation, a statement of the continuous conservation of energy within a physical medium:
$$\frac{\partial}{\partial x} \left( k \frac{\partial u}{\partial x} \right) + \frac{\partial}{\partial y} \left( k \frac{\partial u}{\partial x} \right) + \frac{\partial}{\partial z} \left( k \frac{\partial u}{\partial z} \right) = c \rho \frac{\partial u}{\partial t}$$
Here, $u(x, y, z, t)$ represents the temperature distribution, while $k$, $c$, and $\rho$ represent the physical properties of the medium. While this equation is beautiful, its variable coefficients often render it analytically intractable.
The Simplification of Isotropy
To cross the bridge toward computation, we employ a primary simplifying constraint: the assumption of an isotropic body.
A body is isotropic if the thermal conductivity at each point in the body is independent of the direction of heat flow through the point.
Under this assumption, $k$ becomes a constant relative to the spatial derivatives, allowing us to simplify the governing law into the well-known Laplacian form:
$$\frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2} + \frac{\partial^2 u}{\partial z^2} = \frac{c \rho}{k} \frac{\partial u}{\partial t}$$
The Bridge to Reality
Consider a long, thin copper rod of length $l$. While calculus allows us to write the elegant second-order PDE for its temperature distribution, any variation in the rod's environment or internal heat source makes a "pencil-and-paper" solution nearly impossible. The computational shift is necessitated by the need to solve these equations across real-world geometries that lack closed-form analytical solutions.